home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / c3 / pro18 / grafstat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-02  |  555 b   |  21 lines

  1. /* grafstat styles */
  2. #define GSS_THERMOMETER        0
  3. #define GSS_NEEDLE            1
  4. #define GSS_HORIZONTAL        0
  5. #define GSS_VERTICAL        2
  6. #define GSS_PERCENT            0
  7. #define GSS_VALUE            4
  8. #define GSS_TEXT            0
  9. #define GSS_NOTEXT            8
  10. #define GSS_FILL            0
  11. #define GSS_EMPTY            16
  12. #define GSS_RIGHTDOWN        0
  13. #define GSS_LEFTUP            32
  14. /* grafstat messages */
  15. #define GSM_SETSTYLE        WM_USER
  16. #define GSM_SETRANGE          WM_USER+1
  17. #define GSM_SETPOSITION     WM_USER+2
  18. #define GSM_DELTAPOSITION    WM_USER+3
  19. #define GSM_SETFORGCOLOR    WM_USER+4
  20. #define GSM_SETBACKCOLOR    WM_USER+5
  21.